﻿2026-08-03T01:45:50.5049629Z ##[group]Run actions/checkout@v5
2026-08-03T01:45:50.5050750Z with:
2026-08-03T01:45:50.5051420Z   ref: 184f2ac4e0f9df9d805a81c302a1409762fac2f8
2026-08-03T01:45:50.5052283Z   fetch-depth: 1
2026-08-03T01:45:50.5052956Z   repository: BigscreenVR/spt-bs-core
2026-08-03T01:45:50.5059644Z   token: ***
2026-08-03T01:45:50.5060254Z   ssh-strict: true
2026-08-03T01:45:50.5060903Z   ssh-user: git
2026-08-03T01:45:50.5061533Z   persist-credentials: true
2026-08-03T01:45:50.5062257Z   clean: true
2026-08-03T01:45:50.5062896Z   sparse-checkout-cone-mode: true
2026-08-03T01:45:50.5063672Z   fetch-tags: false
2026-08-03T01:45:50.5064304Z   show-progress: true
2026-08-03T01:45:50.5064958Z   lfs: false
2026-08-03T01:45:50.5065577Z   submodules: false
2026-08-03T01:45:50.5066258Z   set-safe-directory: true
2026-08-03T01:45:50.5067010Z   allow-unsafe-pr-checkout: false
2026-08-03T01:45:50.5067996Z ##[endgroup]
2026-08-03T01:45:50.5888790Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T01:45:50.5891100Z ##[group]Getting Git version info
2026-08-03T01:45:50.5892421Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T01:45:50.5894349Z [command]/usr/bin/git version
2026-08-03T01:45:50.5910603Z git version 2.43.0
2026-08-03T01:45:50.5926979Z ##[endgroup]
2026-08-03T01:45:50.5935528Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/21e41301-fccf-4ae2-b676-e6ae07dfd104/.gitconfig'
2026-08-03T01:45:50.5943018Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/21e41301-fccf-4ae2-b676-e6ae07dfd104' before making global git config changes
2026-08-03T01:45:50.5945331Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T01:45:50.5947321Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T01:45:50.5978138Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T01:45:50.5994813Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:45:50.6006360Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T01:45:50.6009088Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T01:45:50.6027226Z refs/heads/golden/gc-fix-125
2026-08-03T01:45:50.6034013Z [command]/usr/bin/git checkout --detach
2026-08-03T01:45:50.6087786Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:45:50.6120394Z [command]/usr/bin/git branch --delete --force golden/gc-fix-125
2026-08-03T01:45:50.6145616Z Deleted branch golden/gc-fix-125 (was 184f2ac4e).
2026-08-03T01:45:50.6150023Z ##[endgroup]
2026-08-03T01:45:50.6151781Z [command]/usr/bin/git submodule status
2026-08-03T01:45:50.6336515Z ##[group]Cleaning the repository
2026-08-03T01:45:50.6338565Z [command]/usr/bin/git clean -ffdx
2026-08-03T01:45:52.2573718Z Removing .adapter-notify/
2026-08-03T01:45:52.2574729Z Removing bench-ledger/
2026-08-03T01:45:52.2575039Z Removing target/
2026-08-03T01:45:52.2585585Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T01:45:52.2648707Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:45:52.2655456Z ##[endgroup]
2026-08-03T01:45:52.2656958Z ##[group]Disabling automatic garbage collection
2026-08-03T01:45:52.2661123Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T01:45:52.2685993Z ##[endgroup]
2026-08-03T01:45:52.2686485Z ##[group]Setting up auth
2026-08-03T01:45:52.2691491Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T01:45:52.2716147Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T01:45:52.2909108Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T01:45:52.2934312Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T01:45:52.3117719Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T01:45:52.3140102Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T01:45:52.3323845Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T01:45:52.3353665Z ##[endgroup]
2026-08-03T01:45:52.3354128Z ##[group]Fetching the repository
2026-08-03T01:45:52.3359448Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 184f2ac4e0f9df9d805a81c302a1409762fac2f8
2026-08-03T01:45:52.9027488Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:45:52.9028243Z  * branch                184f2ac4e0f9df9d805a81c302a1409762fac2f8 -> FETCH_HEAD
2026-08-03T01:45:52.9060896Z ##[endgroup]
2026-08-03T01:45:52.9061869Z ##[group]Determining the checkout info
2026-08-03T01:45:52.9064993Z ##[endgroup]
2026-08-03T01:45:52.9076778Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T01:45:52.9120746Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T01:45:52.9141267Z ##[group]Checking out the ref
2026-08-03T01:45:52.9143788Z [command]/usr/bin/git checkout --progress --force 184f2ac4e0f9df9d805a81c302a1409762fac2f8
2026-08-03T01:45:52.9194591Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:45:52.9199858Z ##[endgroup]
2026-08-03T01:45:52.9234913Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T01:45:52.9257951Z 184f2ac4e0f9df9d805a81c302a1409762fac2f8
